app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
↳ QTRS
↳ DependencyPairsProof
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(cons, app2(app2(mapt, f), x))
APP2(app2(mapt, f), app2(node, xs)) -> APP2(node, app2(app2(maptlist, f), xs))
APP2(app2(mapt, f), app2(node, xs)) -> APP2(maptlist, f)
APP2(app2(mapt, f), app2(node, xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(mapt, f)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(leaf, app2(f, x))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(mapt, f), x)
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(cons, app2(app2(mapt, f), x))
APP2(app2(mapt, f), app2(node, xs)) -> APP2(node, app2(app2(maptlist, f), xs))
APP2(app2(mapt, f), app2(node, xs)) -> APP2(maptlist, f)
APP2(app2(mapt, f), app2(node, xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(mapt, f)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(leaf, app2(f, x))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(mapt, f), x)
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
APP2(app2(mapt, f), app2(node, xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(mapt, f), x)
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(mapt, f), x)
Used ordering: Polynomial Order [17,21] with Interpretation:
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
APP2(app2(mapt, f), app2(node, xs)) -> APP2(app2(maptlist, f), xs)
POL( APP2(x1, x2) ) = max{0, x2 - 3}
POL( app2(x1, x2) ) = x1 + x2 + 1
POL( cons ) = 2
POL( leaf ) = 2
POL( node ) = 2
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ DependencyGraphProof
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
APP2(app2(mapt, f), app2(node, xs)) -> APP2(app2(maptlist, f), xs)
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
POL( APP2(x1, x2) ) = max{0, x2 - 3}
POL( app2(x1, x2) ) = x1 + x2 + 1
POL( leaf ) = 3
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))